From ce199230ef7ba5a02674a957d1385f4c4009b325 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Wed, 17 Nov 2004 02:24:04 +0000 Subject: [PATCH] bitkeeper revision 1.1159.170.35 (419ab6448ydG-9pjZ3SRv3nESPZzYg) add comment --- linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h b/linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h index 59563e99c7..950f9466a6 100644 --- a/linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h +++ b/linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h @@ -43,6 +43,9 @@ do { \ #endif #ifndef __HAVE_ARCH_PTEP_ESTABLISH_NEW +/* + * Establish a mapping where none previously existed + */ #define ptep_establish_new(__vma, __address, __ptep, __entry) \ do { \ set_pte(__ptep, __entry); \ -- 2.30.2